home *** CD-ROM | disk | FTP | other *** search
- <<< FRAMES.DOC >>>
-
- Frames.Doc was created to eliminate the tedious job of making different
- size boxes with lengthy code. I have included a sample program called
- Frames.Bas. When loading into QuickBasic you must load as follows:
-
- QB Frames.Bas /l Frames.Qlb
-
- This is a self running demo that gives examples of the various Frames,
- Horizontal & Vertical Lines available.
-
- Frames can be made any size you want by simply calling the routines:
-
- CALL FRAMES##(Top,Bottom,Left,Right)
-
- ## = Frame number to call ( 1 through 57 )
-
- Top = Where on the screen to place the Top of the Box.
-
- Bottom = Where on the screen to place the Bottom of the Box.
-
- Left = Where the Left side of the screen the Box will be.
-
- Right = Where on the screen will the right side of the Box be.
-
-
- Example: CALL FRAME1(2, 18, 2, 78)
-
-
- ** See Examples of FRAMES in FRAMES.BAS **
- 4/90 EPTING
-
-